home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / dlcount1.zip / DLCOUNT.DOC next >
Text File  |  1991-11-25  |  3KB  |  81 lines

  1. DLCOUNT.EXE v1.3 - A Max 2.00 download counter
  2. Copyright (c) 1991 Robert Presland, all rights reserved.
  3.  
  4. Archive
  5. -------
  6. You should have received DLCOUNT in an ARJ archive, with only the following
  7. two (2) files contained within:
  8.  
  9.      DLCOUNT.DOC   This text file
  10.      DLCOUNT.EXE   The exectuable.
  11.  
  12. If one of these files is missing, or there are extra files, or the archive
  13. fails a CRC check, please file request it from 1:163/268.
  14.  
  15. Description
  16. -----------
  17. DLCOUNT will process your Max log file and add a counter to the beginning
  18. of the description for each file downloaded.  A four digit counter is used
  19. to enable up to 9999 downloads per file.
  20.  
  21. Switches
  22. --------
  23.    /I<areas.ctl>
  24.  
  25.       DLCOUNT will read the <areas.ctl> file and look for DOWNLOAD
  26.       directories.  DLCOUNT will attempt to process a file called
  27.       FILES.BBS in this directory and for each file (line with something
  28.       other than a space or a hyphen in the first position) insert a
  29.       zero counter if there is not already one of the specified type
  30.       (see /C switch).  Default is not to process the <areas.ctl> file.
  31.  
  32.    /L<log file>
  33.  
  34.       If specified, DLCOUNT will create <log file> and insert a log
  35.       line for each file downloaded.  Default is not to create a download
  36.       file.  Each log line will be in the form:
  37.  
  38.          <username> <filename> <protocol> <date> <time>
  39.  
  40.       Example:
  41.  
  42.          Joe_SysOp FILENAME.EXT Z 01-Nov 12:34:56
  43.  
  44.    /C<number>
  45.  
  46.       If specified, DLCOUNT will use a counter delimiter according to
  47.       the following:
  48.  
  49.               <number>     Delimiters
  50.               -----------------------
  51.                  1          [    ]
  52.                  2          {    }
  53.                  3          (    )
  54.                  4          <    >
  55.  
  56.       Default is to use /C1.
  57.  
  58. How does it work?
  59. -----------------
  60. How DLCOUNT works is beyond this document, but where it puts the counter
  61. is of interest.  DLCOUNT will insert the counter in the first occurance
  62. of a character within the set {A..Z,a..z,0..9} that is preceeded by a space.
  63. This allows DLCOUNT to skip switches like /b in a description since the
  64. switch's first character is not a letter or a number.
  65.  
  66. Warning!
  67. --------
  68. This utility is guaranteed to do nothing.  Use at your own risk.
  69. Don't come crying to me!
  70.  
  71. Legal Stuff
  72. -----------
  73. This utility may be distributed in it's original archive only.  No fee shall
  74. be charged for its distribution beyond the cost of transmition over phone
  75. lines.
  76.  
  77. Suggestions
  78. -----------
  79. Send comments and suggestion to Robert Presland of 1:163/268.0
  80.  
  81.